home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / spark_to.swf / scripts / DefineButton2_116 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-04-20  |  82 b   |  6 lines

  1. on(press){
  2.    _root.BonusPlaying = true;
  3.    gotoAndStop("Zap");
  4.    play();
  5. }
  6.